README: remove references to unneeded python helpers
authorOlaf Hering <olaf@aepfle.de>
Thu, 16 Oct 2014 12:48:00 +0000 (14:48 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 20 Oct 2014 12:51:27 +0000 (13:51 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
README

diff --git a/README b/README
index 8162ec9c00befbe06cce2aaa7bee0928d281f6d3..ac160a5aaf8ddd1055d50a91ada70508dae066b3 100644 (file)
--- a/README
+++ b/README
@@ -184,33 +184,12 @@ For more details refer to the xen xenstored systemd wiki page [3].
 Python Runtime Libraries
 ========================
 
-Xend (the Xen daemon) has the following runtime dependencies:
+Various tools, such as pygrub, have the following runtime dependencies:
 
     * Python 2.3 or later.
-      In some distros, the XML-aspects to the standard library
-      (xml.dom.minidom etc) are broken out into a separate python-xml package.
-      This is also required.
-      In more recent versions of Debian and Ubuntu the XML-aspects are included
-      in the base python package however (python-xml has been removed
-      from Debian in squeeze and from Ubuntu in intrepid).
-
           URL:    http://www.python.org/
           Debian: python
 
-    * For optional SSL support, pyOpenSSL:
-          URL:    http://pyopenssl.sourceforge.net/
-          Debian: python-pyopenssl
-
-    * For optional PAM support, PyPAM:
-          URL:    http://www.pangalactic.org/PyPAM/
-          Debian: python-pam
-
-    * For optional XenAPI support in XM, lxml:
-          URL:    http://lxml.de/
-          Debian: python-lxml
-          YUM:    python-lxml
-
-
 Intel(R) Trusted Execution Technology Support
 =============================================